github.com/coder/websocket.Conn.writeHeaderBuf (field)
4 uses
github.com/coder/websocket (current package)
conn.go#L67: writeHeaderBuf [8]byte
write.go#L285: _, err = io.ReadFull(rand.Reader, c.writeHeaderBuf[:4])
write.go#L289: c.writeHeader.maskKey = binary.LittleEndian.Uint32(c.writeHeaderBuf[:])
write.go#L297: err = writeFrameHeader(c.writeHeader, c.bw, c.writeHeaderBuf[:])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |